Welcome![Sign In][Sign Up]
Location:
Search - serial with matlab

Search list

[Com Portserial-matlab

Description: 一个带gui界面的matlab串口通信演示程序-a gui interface with the serial communication Matlab demo program
Platform: | Size: 9797 | Author: | Hits:

[Com Portserial-matlab

Description: 一个带gui界面的matlab串口通信演示程序-a gui interface with the serial communication Matlab demo program
Platform: | Size: 9216 | Author: | Hits:

[CommunicationUSB开发步骤之标准篇

Description: 同用串行总线(Universal Serial Bus)是用于将适用USB的外围设备连接到主机的外部总线结构,其主要是用在中速和低速的外设-with serial bus (Universal Serial Bus) is used to apply USB peripherals connected to the mainframe external bus structure, it is mainly used in medium-speed and low-speed peripherals
Platform: | Size: 13312 | Author: 段发地 | Hits:

[Com Portmatlabforserial

Description: 一个用matlab编写的串口调试程序,可以方便的读写数据。-a prepared using Matlab serial debugger, can easily read and write data.
Platform: | Size: 9216 | Author: zyjrg | Hits:

[CommunicationQPSK_TRANSMITTER

Description: M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the I and Q symbols modulate these carriers. The I and Q carriers are combined and time and frequency domain plots are provided showing key waveforms at various positions in the QPSK transmitter. -M-file for simulating a QPSK transmitter b y modulating with a pseudo random bit stream. A s erial to parallel conversion of the pseudo rand om bit stream is performed with mapping of two bi ts per symbol. A cosine and sine carrier is CBMs gured and the I and Q symbols Modulate these CARR IERS. The I and Q carriers are combined and a time nd frequency domain plots are provided showing key waveforms at various positions in the QPSK t ransmitter.
Platform: | Size: 2048 | Author: xiaoying | Hits:

[SCMdetectformatlab

Description: 了实现采用GPRS(通用分组无线电业务)网进行远距离数据传输,采用Cygnal公司的带有USB(通用串行总线)接口的8051F320单片机和西门子公司的GPRS模-achieve using GPRS (General Packet Radio business) network for remote data transmission, Cygnal used with the USB (Universal Serial Bus) interface to the 8051 F320 microcontroller and the West Gate affiliates GPRS module
Platform: | Size: 345088 | Author: lkw | Hits:

[Data structsmintreek

Description: 图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w) -Graph theory Kruskal minimum spanning tree algorithm and Paint program M-function format [Wt, Pp] = mintreek (n, W): n for the map Vertices, W for weighted graph adjacency matrix, does not constitute the edge of the two vertices of between the right to express with inf. Show the minimum spanning tree of edges and vertices, Wt right for the Minimum Spanning Tree, Pp (:, 1:2) for the minimum spanning tree edges of the two vertices, Pp (:, 3) for the minimum spanning tree of the right side, Pp ( :, 4) For the minimum spanning tree graph edge serial number, red connection for the minimum spanning tree of graph such as n = 6 w = inf* ones (6) w (1, [2,3,4]) = [ 6,1,5] w (2, [3,5]) = [5,3] w (3, [4,5,6]) = [5,6,4] w (4,6) = 2 w (5,6) = 6 [a, b] = mintreek (n, w)
Platform: | Size: 1024 | Author: lluo | Hits:

[SCMMatlab_pc_serial

Description: 结合单片机和M a t l a b 两者的优点,基于事件驱动的中断通信机制,提出一种Matlab 环境下PC 机与 单片机实时串行通信及数据处理的方法;完成单片机数据采集系统与PC 机的RS-232/RS-485 串行通 信及其通信数据的分析处理、文件存储、F I R 滤波及图形显示;简化系统开发流程,提高开发效率。 该方法已成功应用于一个P I C 1 6 F 8 7 6 单片机应用系统实例之中-Combination of single-chip and M atlab strong points of both, based on event-driven interruption of communication mechanism, a Matlab environment PC and MCU in real-time serial communication and data processing methods complete single-chip data acquisition system with PC-RS-232/RS-485 serial communication and analysis of communication data processing, file storage, FIR filtering and graphical display simplify the system development flow, improve development efficiency. The method has been successfully applied to a PIC 1 6 F 8 7 6 examples of single-chip microcomputer application systems
Platform: | Size: 151552 | Author: pengrong | Hits:

[Other Embeded programLCDConf_ST7529

Description: ST7529液晶驱动 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral Interface (SPI), 8-bit/16-bit parallel or IIC display data and stores in an on-chip display data RAM. It performs display data RAM read/write operation with no external operating clock to minimize power consumption. In addition, because it contains power supply circuits necessary to drive liquid crystal, it is possible to make a display system with the fewest components.-ST7529 LCD driver The ST7529 is a driver
Platform: | Size: 2320384 | Author: chengchen | Hits:

[AI-NN-PRTS_TSP

Description: 解决TSP问题的TS算法MATLAB实现,其中加入了变异算法,当然也可以去掉这个步骤,调用TS_TSP(N, inStart, IsBianYi),N是城市数目,inStart是起始城市的序号,IsBianYi就是选择变异否,如果为0则不要变异,否则就是结合变异算子的TS算法。 至于下面的参数可以自己调: T:总的循环次数; tabulength:禁忌长度; Pby:变异概率; -Solve the TSP problem MATLAB realize TS algorithm, which joined the variance algorithm, of course, this step can also be removed, call TS_TSP (N, inStart, IsBianYi), N is the number of cities, inStart is the serial number of the starting cities, IsBianYi is to choose variation has, if not for the variation of 0, otherwise, it is combined with mutation of the TS algorithm. As for the following parameters can be their own tune: T: total number of the cycle tabulength: taboo length Pby: mutation probability
Platform: | Size: 5120 | Author: rty | Hits:

[Com Portserial

Description: Matlab是常用的演草纸式编程工具,好多非计算机专业的都可以掌握,若能利用它控制实现与单片机、DSP等下位计的通信,则可轻易实现控制与数据的采集,然后利用matlab强大的运算和处理功能进行后继的处理,这样对于研究生作毕业设计非常有利。利用Matlab实现控制串口通信,控制下位机,VC.m是起始界面,其他的为子程序,希望对大家有帮助。-Matlab is commonly used toilet paper speech programming tools, a lot of non-computer professionals can grasp, if the use of its control with single-chip, DSP wait for the next bit of communication, can easily realize the control and data collection, and then use matlab powerful computing and processing capabilities to carry out follow-up treatment, such as graduation project for graduate students is very beneficial. Realize the use of Matlab to control serial communications, under the control of digital machines, VC.m is the initial interface, the other for the subroutine, in the hope that everyone has to help.
Platform: | Size: 11264 | Author: 唐志 | Hits:

[Com Portserial

Description: matlab串口m文件,很不错-m file matlab serial, very good
Platform: | Size: 9216 | Author: zjw | Hits:

[Speech/Voice recognition/combinedata

Description: 不定长信号合并,%执行信号相加: y(n) = x1(n)+x2(n) %调用方式:[y,n] = sigadd(x1,n1,x2,n2) % y:叠加后的信号序列的序列号,包括n1和n2 % x1: 第一个信号序列,序列号为n1 % x2:第二个信号序列,序列号为n2(n2可以与n1不同)-Indefinite long-Signal merger, add up to the implementation of signal: y (n) = x1 (n)+ X2 (n) call the way: [y, n] = sigadd (x1, n1, x2, n2) y: Superposition signal sequence after the serial number, including the n1 and n2 x1: the first signal sequence, the serial number for n1 x2: the second signal sequence, the serial number for n2 (n2 with n1 different)
Platform: | Size: 1024 | Author: vfory | Hits:

[matlabcom

Description: matlab环境下的多路串口数据实时绘图显示,GUI界面。-matlab environment in real-time multi-channel serial data graphics, GUI interface.
Platform: | Size: 83968 | Author: xiaxianfeng | Hits:

[matlabCADforstepfiber

Description: 开发的结合用C语言与matlab计算阶跃光纤中的模场分布、传播常数与功率分布情况。-The combination of development with C language and matlab calculation step in the fiber mode field distribution, propagation constant and power distribution.
Platform: | Size: 4127744 | Author: nbshao | Hits:

[matlab9141130

Description: Using the Serial Port with a MATLAB GUI
Platform: | Size: 588800 | Author: tung pham | Hits:

[matlabm12062

Description: Using the Serial Port with a MATLAB
Platform: | Size: 105472 | Author: tung pham | Hits:

[Communicationserial

Description: interfacing serial with matlab
Platform: | Size: 2048 | Author: masato | Hits:

[matlabMATLAB_Heart_sounds

Description: 配合上传的C8051程序,通过串口接收心音数据,并通过图形显示。串口接收数据为中断方式。-With the upload process of C8051F020, through the serial port to receive heart sound data, and useing graphics to display.Received through the serial port interrupt.
Platform: | Size: 1303552 | Author: 闵晓东 | Hits:

[Com PortUsing-MATLAB-with-Serial-Devices

Description: 用MATLAB的GUIDE工具做有GUI界面的串口通信上位机。实现MATLAB串口的通信,简单易行。-MATLAB GUIDE to do with a GUI interface tool for serial communication PC. Achieve MATLAB serial communication easy.
Platform: | Size: 10240 | Author: liuzn | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net